home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mesolore
/
Mesolore - Disc 1.iso
/
mac
/
data
/
Index.dir
/
00001_Script_1
next >
Wrap
Text File
|
2001-03-08
|
529b
|
16 lines
on mouseDown
clickline = the mouseline
if clickline <> -1 and the forecolor of line clickLine of field "results" <> 255 then
set the itemDelimiter = "#"
if line clickline of field "results" <> "" then
mov = (item 4 of line clickline of field "results")
labl = (item 2 of line clickline of field "results")
if labl = 0 then
labl = value(item 3 of line clickline of field "results")
end if
goto labl,mov
end if
end if
set the itemDelimiter = ","
end